home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-08 | 1.0 KB | 27 lines | [TEXT/KAHL] |
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- // //
- // //
- // Copyright PennyWise Software, 1994. //
- // //
- // Part of the PennyWise Software Application Framework //
- // //
- // //
- // DefaultHandlers.h Written by Peter Kaplan //
- // //
- // //
- //••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
- #ifndef _DEFAULT_HANDLERS_
- #define _DEFAULT_HANDLERS_
-
-
- extern void InitDefaultHandlers(void);
-
- extern void defaultWindowNothing(EventRecord*, WindowPtr);
- extern short defaultWindowClose (EventRecord*, WindowPtr);
- extern void defaultPreMenu (EventRecord* theEvent, WindowPtr theWindow);
- extern void defaultPostMenu (EventRecord* theEvent, WindowPtr theWindow);
- extern void defaultKeyDown (EventRecord* theEvent, WindowPtr theWindow);
- extern void defaultWindowCursor (EventRecord* theEvent, WindowPtr theWindow);
-
- #endif
-